home *** CD-ROM | disk | FTP | other *** search
/ Max Special: Max Gallery / Max Special Gallery.iso / pc / castin.dir / 00028.ls < prev    next >
Encoding:
Text File  |  1997-04-03  |  812 b   |  32 lines

  1. on exitFrame
  2.   testRollOverButton()
  3.   play frame the frame
  4. end
  5.  
  6. on mouseUp
  7.   if (the clickOn > 10) and (the clickOn <= 14) then
  8.     if the hilite of member the memberNum of sprite the clickOn then
  9.       NascondiAltri(the clickOn, 11, 14)
  10.     else
  11.       VisualizzaTutto(11, 14)
  12.     end if
  13.   else
  14.     if (the clickOn > 14) and (the clickOn <= 18) then
  15.       if the hilite of member the memberNum of sprite the clickOn then
  16.         NascondiAltri(the clickOn, 15, 18)
  17.       else
  18.         VisualizzaTutto(15, 18)
  19.       end if
  20.     else
  21.       if (the clickOn > 18) and (the clickOn <= 21) then
  22.         if the hilite of member the memberNum of sprite the clickOn then
  23.           NascondiAltri(the clickOn, 19, 21)
  24.         else
  25.           VisualizzaTutto(19, 21)
  26.         end if
  27.       end if
  28.     end if
  29.   end if
  30.   pass()
  31. end
  32.